getDoubleValue3

abstract fun getDoubleValue3(): Double

Gets the third generic value, attempting to interpret it as a double. See getDoubleValue1 for notes on error handling.

Return

The third value as a double. Behavior on parsing error is implementation-dependent.